Integration of functions

Multi-variable integration

Double Integrals

Definition:

A double integral allows you to integrate a function of two variables over a region in the plane. Given a function f(x,y) and a region R in the xy-plane, the double integral is written as:

Rf(x,y)dA

Where dA represents an infinitesimal area element in the plane.

Geometric Interpretation:

The double integral represents the volume under the surface z=f(x,y) over the region R. When f(x,y)0, the result is the volume trapped between the surface and the plane.

Iterated Integrals:

A double integral can often be computed as two iterated integrals:

Rf(x,y)dA=ab(c(x)d(x)f(x,y)dy)dx

Where a, b, c(x), and d(x) define the limits of the region R.

Example:

Evaluate the double integral of f(x,y)=x+y over the rectangle R=[0,2]×[0,3]:

R(x+y)dA=02(03(x+y)dy)dx

First, integrate with respect to y:

03(x+y)dy=[xy+y22]03=3x+92

Then integrate with respect to x:

02(3x+92)dx=[3x22+92x]02=(122+9)=15

So, the value of the double integral is 15.


Polar Coordinates and Double Integrals

Definition:

Polar coordinates provide an alternative to Cartesian coordinates for describing locations in the plane. A point in polar coordinates is represented as (r,θ), where:

The conversion between Cartesian coordinates (x,y) and polar coordinates (r,θ) is:

x=rcosθ,y=rsinθ

Double Integrals in Polar Coordinates:

To compute a double integral in polar coordinates, use the following formula:

Rf(x,y)dA=Rf(rcosθ,rsinθ)rdrdθ

The extra factor of r comes from the Jacobian determinant when changing variables.

Example:

Find the area of the region inside the circle of radius 2 centered at the origin:

R1dA=02π02rdrdθ

First, integrate with respect to r:

02rdr=[r22]02=2

Now, integrate with respect to θ:

02π2dθ=2×2π=4π

So, the area of the circle is 4π.


Triple Integrals

Definition:

A triple integral allows you to integrate a function of three variables over a region in three-dimensional space. Given a function f(x,y,z) and a region D in space, the triple integral is written as:

Df(x,y,z)dV

Where dV represents an infinitesimal volume element.

Example:

Evaluate the triple integral of f(x,y,z)=x+y+z over the cube [0,1]×[0,1]×[0,1]:

D(x+y+z)dV=010101(x+y+z)dzdydx

First, integrate with respect to z:

01(x+y+z)dz=[xz+yz+z22]01=x+y+12

Then, integrate with respect to y:

01(x+y+12)dy=[xy+y22+y2]01=x+12+12=x+1

Finally, integrate with respect to x:

01(x+1)dx=[x22+x]01=12+1=32

So, the value of the triple integral is 32.


Sequences and Series

Sequences:

A sequence is an ordered list of numbers, typically written as {an}, where n represents the position in the sequence.

limnan=L

Series:

A series is the sum of the terms of a sequence. The most common type of series is the infinite series, denoted by:

n=1an n=0arn

It converges if |r|<1, and its sum is:

S=a1r

Integral Test:

If f(x) is a continuous, positive, decreasing function, and an=f(n), then the series n=1an and the improper integral 1f(x)dx either both converge or both diverge.